// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04B TN_Widget.CreateTable([['The Doobie Brothers & Steve Winwood','PNC Music Pavilion - Charlotte','Charlotte, NC','Tuesday','7/30/2024','7:00 PM','6226848','The-Doobie-Brothers---Steve-Winwood-7-30-2024'],['The Doobie Brothers & Steve Winwood','Coastal Credit Union Music Park at Walnut Creek','Raleigh, NC','Wednesday','7/31/2024','7:30 PM','6226849','The-Doobie-Brothers---Steve-Winwood-7-31-2024'],['The Doobie Brothers & Steve Winwood','Freedom Mortgage Pavilion','Camden, NJ','Saturday','8/3/2024','7:00 PM','6226850','The-Doobie-Brothers---Steve-Winwood-8-3-2024'],['The Doobie Brothers & Steve Winwood','Jiffy Lube Live','Bristow, VA','Sunday','8/4/2024','7:30 PM','6226851','The-Doobie-Brothers---Steve-Winwood-8-4-2024'],['The Doobie Brothers & Steve Winwood','PNC Bank Arts Center','Holmdel, NJ','Tuesday','8/6/2024','7:30 PM','6226852','The-Doobie-Brothers---Steve-Winwood-8-6-2024'],['The Doobie Brothers & Steve Winwood','Madison Square Garden','New York, NY','Wednesday','8/7/2024','7:00 PM','6226853','The-Doobie-Brothers---Steve-Winwood-8-7-2024'],['The Doobie Brothers & Steve Winwood','Hartford HealthCare Amphitheater','Bridgeport, CT','Friday','8/9/2024','7:00 PM','6226858','The-Doobie-Brothers---Steve-Winwood-8-9-2024'],['The Doobie Brothers & Steve Winwood','Bank of New Hampshire Pavilion','Gilford, NH','Saturday','8/10/2024','7:00 PM','6226859','The-Doobie-Brothers---Steve-Winwood-8-10-2024'],['The Doobie Brothers & Steve Winwood','Xfinity Center - MA','Mansfield, MA','Monday','8/12/2024','7:00 PM','6226860','The-Doobie-Brothers---Steve-Winwood-8-12-2024'],['The Doobie Brothers & Steve Winwood','Saratoga Performing Arts Center','Saratoga Springs, NY','Tuesday','8/13/2024','7:00 PM','6226862','The-Doobie-Brothers---Steve-Winwood-8-13-2024'],['The Doobie Brothers & Steve Winwood','Pine Knob Music Theatre','Clarkston, MI','Thursday','8/15/2024','7:00 PM','6226865','The-Doobie-Brothers---Steve-Winwood-8-15-2024'],['The Doobie Brothers & Steve Winwood','Ruoff Music Center','Noblesville, IN','Saturday','8/17/2024','7:30 PM','6226867','The-Doobie-Brothers---Steve-Winwood-8-17-2024'],['The Doobie Brothers & Steve Winwood','Riverbend Music Center','Cincinnati, OH','Sunday','8/18/2024','7:00 PM','6226868','The-Doobie-Brothers---Steve-Winwood-8-18-2024'],['The Doobie Brothers & Steve Winwood','The Pavilion At Star Lake','Burgettstown, PA','Tuesday','8/20/2024','7:00 PM','6226871','The-Doobie-Brothers---Steve-Winwood-8-20-2024'],['The Doobie Brothers & Steve Winwood','Blossom Music Center','Cuyahoga Falls, OH','Thursday','8/22/2024','7:30 PM','6226872','The-Doobie-Brothers---Steve-Winwood-8-22-2024'],['The Doobie Brothers & Steve Winwood','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Saturday','8/24/2024','7:00 PM','6226873','The-Doobie-Brothers---Steve-Winwood-8-24-2024'],['The Doobie Brothers & Steve Winwood','Credit Union 1 Amphitheatre','Tinley Park, IL','Sunday','8/25/2024','7:00 PM','6226874','The-Doobie-Brothers---Steve-Winwood-8-25-2024'],['The Doobie Brothers & Steve Winwood','CHI Health Center Omaha','Omaha, NE','Tuesday','8/27/2024','7:00 PM','6226875','The-Doobie-Brothers---Steve-Winwood-8-27-2024'],['The Doobie Brothers & Steve Winwood','Ball Arena','Denver, CO','Thursday','8/29/2024','7:00 PM','6226876','The-Doobie-Brothers---Steve-Winwood-8-29-2024'],['The Doobie Brothers & Steve Winwood','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Friday','8/30/2024','7:00 PM','6226877','The-Doobie-Brothers---Steve-Winwood-8-30-2024']],'Steve Winwood','http://www.ticketnetwork.com/ticket/Steve-Winwood-events.aspx');